Environment Variables
Docnado Tooling Quick Reference
V1.0.0 last updated 3 months ago on 2018/07/20
You can set these environment variables to configure docnado.
DN_FLASK_DEBUG
flag for enabling or disabling flask debug. Defaults toTRUE
.DN_RELOAD_ON_CHANGES
flag for reloading the server when a file changes. Defaults toTRUE
.DN_WKHTMLTOPDF
the path to the WkHTMLtoPDF binary. Defaults towkhtmltopdf_0.12.5.exe
.DN_DOCS_DIR
the path to the directory that contains the documents. Defaults todocs
.DN_STYLE_DIR
the path to the directory that contains the style templates and resources. Defaults tostyle
.DN_PROJECT_LOGO
the path to the project logo PNG file. Defaults tologo.png
in the current working directory.